]> fbox.kageds.com Git - NEATEST.git/blob - NEA/My Project/Settings.Designer.vb
Make DB part of project
[NEATEST.git] / NEA / My Project / Settings.Designer.vb
1 '------------------------------------------------------------------------------
2 ' <auto-generated>
3 ' This code was generated by a tool.
4 ' Runtime Version:4.0.30319.42000
5 '
6 ' Changes to this file may cause incorrect behavior and will be lost if
7 ' the code is regenerated.
8 ' </auto-generated>
9 '------------------------------------------------------------------------------
10
11 Option Strict On
12 Option Explicit On
13
14
15
16 <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
17 Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0"), _
18 Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
19 Partial Friend NotInheritable Class MySettings
20 Inherits Global.System.Configuration.ApplicationSettingsBase
21
22 Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
23
24 #Region "My.Settings Auto-Save Functionality"
25 #If _MyType = "WindowsForms" Then
26 Private Shared addedHandler As Boolean
27
28 Private Shared addedHandlerLockObject As New Object
29
30 <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
31 Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
32 If My.Application.SaveMySettingsOnExit Then
33 My.Settings.Save()
34 End If
35 End Sub
36 #End If
37 #End Region
38
39 Public Shared ReadOnly Property [Default]() As MySettings
40 Get
41
42 #If _MyType = "WindowsForms" Then
43 If Not addedHandler Then
44 SyncLock addedHandlerLockObject
45 If Not addedHandler Then
46 AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
47 addedHandler = True
48 End If
49 End SyncLock
50 End If
51 #End If
52 Return defaultInstance
53 End Get
54 End Property
55
56 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
57 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
58 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
59 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\LogIn_Information.md"& _
60 "b")> _
61 Public ReadOnly Property LogIn_InformationConnectionString() As String
62 Get
63 Return CType(Me("LogIn_InformationConnectionString"),String)
64 End Get
65 End Property
66
67 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
68 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
69 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
70 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\NEA.mdb")> _
71 Public ReadOnly Property NEAConnectionString() As String
72 Get
73 Return CType(Me("NEAConnectionString"),String)
74 End Get
75 End Property
76
77 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
78 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
79 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
80 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=""NEA.mdb""")> _
81 Public ReadOnly Property NEAConnectionString1() As String
82 Get
83 Return CType(Me("NEAConnectionString1"),String)
84 End Get
85 End Property
86
87 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
88 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
89 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
90 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=""..\..\..\NEA.accdb""")> _
91 Public ReadOnly Property NEAConnectionString_accdb() As String
92 Get
93 Return CType(Me("NEAConnectionString_accdb"),String)
94 End Get
95 End Property
96
97 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
98 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
99 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
100 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\aevans\source\repos\NEATES"& _
101 "T\NEA.accdb")> _
102 Public ReadOnly Property NEAConnectionString2() As String
103 Get
104 Return CType(Me("NEAConnectionString2"),String)
105 End Get
106 End Property
107 End Class
108
109 Namespace My
110
111 <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
112 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
113 Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
114 Friend Module MySettingsProperty
115
116 <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
117 Friend ReadOnly Property Settings() As Global.NEA.MySettings
118 Get
119 Return Global.NEA.MySettings.Default
120 End Get
121 End Property
122 End Module
123 End Namespace